Async import of the appStore packages#1
Async import of the appStore packages#1hussam789 wants to merge 1 commit intoappstore-sync-refactor-basefrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
PR #1
PR Type
Enhancement
Description
Convert appStore package imports to async dynamic imports
Update getCalendar function to async with Promise return type
Update all callers of getCalendar to await the async function
Refactor getVideoAdapters to async with proper Promise handling
Update payment app access patterns to use async imports
Diagram Walkthrough
File Walkthrough
12 files
Convert static imports to dynamic async importsMake getCalendar function async with PromiseAwait async getCalendar calls throughoutRefactor getVideoAdapters to async functionAwait async getCalendar in event deletionAwait async getCalendar in reschedule logicAwait async getCalendar in reschedule logicAwait async getCalendar and appStore accessAwait async getCalendar in booking deletionAwait async appStore payment app accessAwait async appStore payment app accessAwait async getCalendar and appStore access